.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-button-white {
  display: none; }

.swiper-button-white.is_open {
  display: block; }

[data-swiper="top"] {
  width: 660px;
  height: 172px;
  margin-top: 20px;
  overflow: hidden; }
  [data-swiper="top"] .swiper-slide {
    width: 150px;
    height: 100%;
    display: inherit;
    float: left;
    margin-right: 20px;
    background: #ccc; }
    [data-swiper="top"] .swiper-slide a {
      width: 100%;
      height: 100%;
      display: inherit;
      background: #e9e9e9;
      float: left; }
      [data-swiper="top"] .swiper-slide a img {
        width: 100%;
        height: 100%;
        display: inherit;
        float: left; }

[data-swiper="big"] .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto; }
[data-swiper="big"] .swiper-slide {
  background-size: cover;
  background-position: center; }
[data-swiper="big"] .gallery-top {
  height: 80%;
  width: 100%; }
[data-swiper="big"] .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0; }
[data-swiper="big"] .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4; }
[data-swiper="big"] .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1; }

[data-swiper="bottom"] {
  width: 1200px;
  height: 135px; }
  [data-swiper="bottom"] .swiper-container {
    width: 100%;
    height: 100%; }
  [data-swiper="bottom"] .swiper-slide {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

/*# sourceMappingURL=confi.css.map */
